home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000643_mackay@cs.washington.edu_Sun Jun 12 07:50:28 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from june.cs.washington.edu by cs.umb.edu with SMTP id AA18735
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sun, 12 Jun 1994 17:50:30 -0400
  3. Return-Path: <mackay>
  4. Received: (mackay@localhost) by june.cs.washington.edu (8.6.8/7.2ju) id OAA03000; Sun, 12 Jun 1994 14:50:28 -0700
  5. Date: Sun, 12 Jun 1994 14:50:28 -0700
  6. From: mackay@cs.washington.edu (Pierre MacKay)
  7. Message-Id: <199406122150.OAA03000@june.cs.washington.edu>
  8. To: tex-k@cs.umb.edu
  9. Subject: VF support in xdvik
  10. Cc: unixtex@u.washington.edu
  11.  
  12. I have tracked down the reason why vf fonts are picked
  13. up only if they are in cwd.  
  14.  
  15. in xdvi.c line 2969. the string kpse_font_override_path, which starts
  16. as NULL is set to getenv("XDVIFONTS");
  17.  
  18. That means that in the conditional which is part of the definition
  19. of KPSE_FONT_PATH in tex-file.h line 65, not only is the first
  20. branch always taken, but it always returns kpse_font_override_path,
  21. even though the default path would have been reasonably correct. 
  22.  
  23. By compiling with line 2969 of xdvi.c commented out, I get the
  24. desired and expected behaviour with virtual fonts, but I don't
  25. know what undesirable side-effects there might be of leaving
  26. kpse_font_override_path set to null.  
  27.  
  28. Anyway, the VF mechanism seems to work fine, so long
  29. as xdvi is given the chance to look at the vf file in the
  30. first place.
  31.  
  32.  
  33. Email concerned with UnixTeX distribution software should be sent primarily
  34. to:    UnixTeX@u.washington.edu            Elizabeth Tachikawa
  35. otherwise to:  mackay@cs.washington.edu        Pierre A. MacKay
  36. Smail:  Northwest Computing Support Center    Resident Druid for
  37.     Thomson Hall, Mail Stop DR-10        Unix-flavored TeX
  38.     University of Washington
  39.     Seattle, WA 98195
  40.     (206) 543-6259